1 / 12

Simple HTML Steps Anyone Can Easily Follow to Create the Web Page

Through this PPT, We shared Simple HTML Steps Anyone Can Easily Follow to Create the Web Page. If you want to know which will be best for you then watchout this PPT till the end. If you have any query related to your website designing and development services then you can contact Qdexi Technology via email- contact@qdexitechnology.com<br><br>Read more here:- https://www.qdexitechnology.com/website-designing-service

jamestunker
Download Presentation

Simple HTML Steps Anyone Can Easily Follow to Create the Web Page

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Simple HTML Steps Anyone Can Easily Follow to Create the Web Page

  2. What is The HTML? The term HTML stands for the “HyperText Markup Language” which refers to a way of presenting information on your web page in browsers. There is one more thing to add here, the HTML isn’t itself programming but the mark-up language. After all, it makes up every single website that is running on the web.

  3. How to Create an HTML Web Page?

  4. Step 1: Open The Text Editor The first thing you need to do to create an HTML web page is to open a text editor. On the window computer, you can use Notepad, Notepad++ whereas Mac users can go for the TextEdit.

  5. Step 2: Set Up Your Document For HTML As you can view in the above image, after opening the notepad type in <!DOCTYPE html> and press the enter key then, again type <html> and press enter again. Once done, type <head> and enter as shown in the above picture.

  6. Step 3: Add Another Tab For The Web Page Title We may need to add the tab for the page title as it is something that will appear on the browser for instance: Facebook. For the web page title write <title> write your web page title and write </title>. To close the code, you need to add the head tag which is <head>.

  7. Step 4: Start With The Body of The Page Type <head> right below the “head” tag. This indicates that the rest of the page will be the body part until you close it with the “body” tag.

  8. Step 5: Create The Page Heading The first thing you need to add in the body part is the page heading which will appear on the top of the website. To create the page heading, you can type <h1> add the desired page heading and close it with the </h1>. Here is the example of the page heading: <h1> Contact Us page! </h1>

  9. Step 6: Add The Paragraph The paragraph tags can be used to create different blocks of the text. In order to place the text paragraph, you need to type <p> and write your text and then, close it with the </p>. For instance: <p>This is my paragraph.</p>

  10. Step 7: Change The Color of The Text While writing text, you can change the color of the text by typing the <font color="color">...</font> tags. Make sure you write “color” in the section. For instance; if you won't turn your paragraph text into red then, write the following instructions: <p><font color=“blue">Whales are majestic creatures.</font></p>

  11. For More Information Visit at Qdexi Technology Website:- https://www.qdexitechnology.com/website-designing-service Email id:- contact@qdexitechnology.com Contact Number:- +1(240)8399485

More Related