HTML basics
· 191
aya hammoud aya hammoud
HTML BASICS
  1. <!DOCTYPE> declaration:It must appear only once,it represents the document type ,and help the browsers to display web pages correctly.

➡️<!DOCTYPE html>⬅️ 

2.HTML Headings: It consist of 6 headings from <h1> to <h6>tags.

➡️<h1>The most important</h1>⬅️

➡️<h6>The least important</h6>⬅️


3.HTML paragraphs:It defines that the contents of the tag is paragraph

➡️<p> paragraph</p>⬅️

4.HTML links: They are  defined by <a> tag.

➡️<a href=source link></a>⬅️

5.HTML images:They are defined by <img> tag.It has 4 attributes the source file,alternative text,width,and height.

➡️<img src="img.jpg" alt="forexample.com" width="100" height="102">⬅️



Related Posts
Graphic design
09 June
The Power of Email Marketing
03 June
Photography
01 June

WMK Tech Copyright © 2024. All rights reserved