1. What is HTML?
- Stands for Hyper Text Markup Language.
- Used to create web page in structured form.
2. What is "Markup Language"?
The given text.doc is defined in structure and presentation.
3. EM:
- Stands for Element.
- Used to change font-size in parent class.
- Syntax:Font-size:2em.
- Eg: .Main_layout{ font-size:2em; }
- Default font-size:16px;
- Stands for Root Element.
- Used to change fon-size in element.
- Syntax:font-size:2rem;
- Eg: .Main_layout{ font-size:2rem; }
- Default font-size:16px;
- Declaration appears at the very top of every HTML document(not a tag)[before ].
- Tells the browser what version of HTML.
- Written only in HTML 5.
- Empty/void elements.
- Only in HTML 5.
- Not request to close the tag, because it contains no content.
4. REM:
5. Doctype:
6. Anchor Tag:
Used to create hyperlink(Navigation from one webpage to another).
7. Attributes:
Used to change the behavior(or)to display the HTML element(all tags).
flower*(name)*
href- **Hyper Referece
**src- Source file
9. Self Closing Tags:
10. Types:
- **<br>**-Break[to start from next line].
- **<hr>-**Horizontal line[left-right].
- **<vr>-**Vertical line[top-button].
- **<img>-**Image (path of the img)[src,alt].
- **<input>-**Buttons("btns").
Top comments (2)
thank you susan..
with pleasure