From aace338ed63d46b96151510db36a722b90e2f9cb Mon Sep 17 00:00:00 2001 From: FURQAN123098 <121043869+FURQAN123098@users.noreply.github.com> Date: Tue, 27 Dec 2022 00:25:14 +0530 Subject: [PATCH] WHAT I LEARNED IN DAY 01 OF WEB DEV BOOTCAMP @FURQAN123098 --- .../Assignments/README.MD | 85 +++++++++++++++++++ 1 file changed, 85 insertions(+) diff --git a/DAY 01 - INTERNET FUNDAMENTALS/Assignments/README.MD b/DAY 01 - INTERNET FUNDAMENTALS/Assignments/README.MD index 826eab1..7c11b55 100644 --- a/DAY 01 - INTERNET FUNDAMENTALS/Assignments/README.MD +++ b/DAY 01 - INTERNET FUNDAMENTALS/Assignments/README.MD @@ -1 +1,86 @@ # Write down whatever you learned :) +at first i would like to say what is HTML:- + HTML stands for Hyper Text Markup Language. HTML is the standard markup language for creating Web pages. HTML describes the structure of a Web page. HTML consists of a series of elements. HTML elements tell the browser how to display the content. +how do we know the file is actually a HTML file:- + .Open your browser and navigate to the page for which you wish to view the HTML. + .Right-click on the page to open the right-click menu after the page finishes loading. + .Click the menu item that allows you to view the source. ... + .When the source page opens, you'll see the HTML code for the full page. +so what is meta data? + Metadata is data (information) about data. tags always go inside the
element, and are typically used to specify character set, page description, keywords, author of the document, and viewport settings. Metadata will not be displayed on the page, but is machine parsable. +what is viewport in HTML? + The viewport is the user's visible area of a web page. The viewport varies with the device, and will be smaller on a mobile phone than on a computer screen. Before tablets and mobile phones, web pages were designed only for computer screens, and it was common for web pages to have a static design and a fixed size. +what is the name of the engine chrome have? + java script(v8) + what is HREF? + HREF stands for hypertext reference .The href attribute specifies the URL of the page the link goes to. If the href attribute is not present, the tag will not be a hyperlink + + here are the HTML syntax + + +Paragraph text
+ + +