HTML: 5. How Can A Beginner Practice Coding? (feat. Microsoft Windows Notepad)

𝍖 HTML for Beginners                                                                                                                                                                                                                          πŸ”– CODING PRACTICE


How Can A Beginner Practice Coding?

(feat. Microsoft Windows Notepad)



Today's Contents:

• Create a Web Page with Notepad



Hi, Radiant Guys! You don't know how happy I am to see you again. Last time, we looked at 10 key HTML terms for beginners. These are fundamental concepts, so please remember them. 

In today's post, you will finally practice how your coding appears on a web page. We will use Microsoft's "Notepad" for this practice. 

Notepad is a simple text editor that's built into Microsoft Windows. The executable file is notepad.exe. If you're using a Mac computer, use "TextEdit", a free text editor.

Don't you think it would be fascinating? I'm a total beginner in coding, but the more I learn, the more I think it's really fun. Do you ever think you're too old to learn coding? Age is just a number! I hope you don’t give up on any challenge because of your age. This moment is the perfect time to learn. So let’s take on the challenge together.


• Open "Notepad".

• Enter <html></html> as the below. This serves to declare that a web document is starting.


[Image: The <html></html> tags]


• Place the cursor right after the opening <html> tag and click the "enter" key on the keyboard to move it to the lower line.

• Click the "tab" once on the keyboard and put <head></head> as below.

• Place the cursor right after the closing </head> tag as shown in the image below, then click the "enter" key to move to the line below.


[Image: The <head></head> tags]


• Click the "tab" key and enter <body></body> tags.


[Image: The <body></body> tags]


• Place the cursor between the opening <head> tag and the closing <head> tag, and then click the "enter" key twice. 
[Image: The cursor positioning between head tags]


• Click the "tab" key once to make it, as shown in the image below.


[Image: Rearrange head tags using the "tab" key]


• Position the cursor as shown in the image below and then click the "tab" key twice.
• Enter the following: <title>Web Page Practice</title>

[Image: Subtags included in the head tags]


• Arrange the body tags in the same way as the head tags and enter the following: <h1>My First HTML Practice</h1>

[Image: The body tags positioning]


[Image: Subtags included in the body tags]


• In the top menu bar, select File > Save As. Then, name the file index.html and save it on your desktop. The "index" is the file name, and the "html" is the file extension name.


🎯 TIP

The file extension is the part attached to the end of the file name that indicates the purpose or type of the file. Typically, file extensions are expressed as a period followed by the file name and a specific string.


[Image: Putting index.html to the file name]


• Double-click the document named “Index” created on your desktop.
Then, the HTML document written with Notepad is displayed through the web browser. 


[Image: Completing a webpage using Notepad]


Congratulations! Today, we used Microsoft's simple free text editor, Notepad, to create an HTML document and then practiced how it would be displayed on a web page. In other words, we saved the coded document with an HTML file extension and looked at how the web browser visually represents this document as it creates the primary framework on the web page.

When I first learned and practiced this content, I thought it was really fun. Did you find the content of this post challenging, or did you find it interesting, like I found? I'm curious about your opinion. 

In the next post, we will practice coding using more diverse tags using the free coding editor "Visual Studio Code." I hope today's post was helpful to you, and I'll see you next time, Radiant Guys!

NEXT POST  Step-By-Step Coding for 100% Beginners (feat. Visual Studio Code)


  🌴🐫 πŸŒ΄πŸ« πŸŒ΄πŸͺ



Posted by Ayul,πŸ•Š̼̼̼























Post a Comment

Previous Post Next Post