Tuesday, April 25, 2017

6th Day 24.04.2017

 Welcome to 1st class of 2nd week.


What's the DNS?
   DNS-Domain Name System
   The Internet's system for converting alphabetic names into numeric IP    
   addresses.

What's the protocol?
   Protocols are often described in an industry or international standard.
   protocols is control many programs. that is very important for good process.

What's the IP? 
   IP- Internet Protocol.
   An IP address is an identifier for a computer or device on a TCP/IP network...  
   Contrast with IP, which specifies the format of packets, also called datagrams,
   and the addressing scheme.

What's the DOM? 
   DOM- Document Object Model.
   DOM is an application programming interface for valid HTML and 
   well-formed XML documents. It defines the logical structure of documents and
  the way a document is accessed and manipulated. 

What's the difference between HTML4 and HTML5?
  HTML5 is last version. this is has some advantage from HTML4.
  
   Image result for what's the difference between html4 and html5
    
Then, we studied what are tags are using in HTML?
Basic HTML format?
    <!DOCTYPE html>
   <html>
   <body>
   <h1>My First Heading</h1>
   <p>My first paragraph.</p> 
   </body>
   </html>
We studied else some tags & perfect done.
  that is,
<!--...-->     Defines a comment
<!DOCTYPE>      Defines the document type
<a>     Defines a hyperlink
<b>     Defines bold text
<body>     Defines the document's body
<br>     Defines a single line break
<del>     Defines text that has been deleted from a document
<details>     Defines additional details that the user can view or hide
<em>     Defines emphasized text 
<embed>     Defines a container for an external (non-HTML) application
<h1> to <h6>     Defines HTML headings
<head>     Defines information about the document
<header>     Defines a header for a document or section
<hr>     Defines a thematic change in the content
<html>     Defines the root of an HTML document
<i>     Defines a part of text in an alternate voice or mood
<link>     Defines the relationship between a document and an external resource
<mark>     Defines marked/highlighted text
<img>     Defines an image
<ins>     Defines a text that has been inserted into a document
<meta>     Defines metadata about an HTML document
<p>     Defines a paragraph
<strong>     Defines important text
<style>     Defines style information for a document
<sub>     Defines subscripted text
<sup>     Defines superscripted text
<table>     Defines a table
<th>     Defines a header cell in a table
 

Thankyou.

 


No comments:

Post a Comment