- HTML is a markup language
- A markup language is a set of markup tags
- The tags describe document content
- HTML documents contain HTML tags and plain text
- HTML documents are also called web pages
- HTML links are defined with the <a> tag:<a href="http://www.w3schools.com">This is a link</a>
- The link address is specified in the href attribute.Attributes are used to provide additional information about HTML elements.
- The element content is between the start and the end tag
- HTML elements can have attributes
- Attributes provide additional information about an element
- Attributes are always specified in the start tag
- Attributes come in name/value pairs like: name="value"
- The HTML <div> element is a block level element that can be used as a container for grouping other HTML elements.The <div> element has no special meaning. Except that, because it is a block level element, the browser will display a line break before and after it.
- sd
Apart from coding and design interview questions, this page contains updates on my learnings with Java. It helps me organize my learning. Read about my future self here : https://siliconvalleystories.blogspot.com/
Monday, 8 September 2014
HTML Introduction
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment