Understanding HTML Tags and Elements
HTML stands for hyper text markup language, it gives structure to our web page and it is also called as skeleton of the web page. Browsers read HTML and display’s it on the screen for us.
Default HTML code :
<!DOCTYPE html> <html lang="en"> <head> <m...
understanding-basic-html-tags.hashnode.dev3 min read