my HTML code is not working on notepad | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

my HTML code is not working on notepad

<html> <head> <title>web ninja essay</title> <style type="text/css"> .bgcolor{ background-color:#C2185B; } .bodytext{ font-size:14pt; font-family:times; color:#81D4FA; } .citetext{ font-size:12pt; font-family:ariel; color:#FFD54F } </style> </head> <body span class="bgcolor"> <h1>Web ninja essay</h1> <hr> <p span class="bodytext">Today a webmaster can come from a multitude of educational backgrounds. Having an educational background beyond high school, for example, a two-year degree from a college or a technical school will most likely help you work with companies on the corporate level. Although some companies still require a four-year degree. This doesn't mean that you have to have a degree to work as a webmaster and be successful. Sometimes working in the field is the best education.</p> <p span class="body text">Webmasters create a visually appealing website for the customer's needs.Webmasters are usually knowledgeable in technical, aesthetic, functional, security, of websites and most importantly, sales. They focus on creating a website that is functional for the company and product along with being visually appealing.The webmaster continues to work with the company to maintain and improve the website.Consequently, webmasters end up having a personal and long-term relationship with their clients. Many times they help the company improve their business. I would like to this job because it will allow me to be creative and work with people that have similar interests.</p> <h2>sources</h2> <ul span class="citetext"> <li>https://www.divisionx.com/wp/professional- webmaster/</li> <li>https://www.webmaster.net/duties-and- responsibilities</li> </ul> </body> </html>

7th Nov 2017, 1:30 AM
SHADOWELITE7
SHADOWELITE7 - avatar
6 Answers
+ 4
do u change the extension to .html ?? if yes than also specify doc type on the top
7th Nov 2017, 2:11 AM
~Sudo Bash
~Sudo Bash - avatar
+ 5
save your css codings in another file ,then give .css extension. more informations plz visit this link https://www.wikihow.com/Create-a-Simple-CSS-Stylesheet-Using-Notepad
7th Nov 2017, 2:08 AM
Elizabeth🌸
Elizabeth🌸 - avatar
+ 2
Works ok in code playground. I just copied into a blank web code and it worked. As pardeep said, is your file extension 'html'. When saving choose 'All' as the file type before adding the extension. Better still, try Notepad++. It's free and allows you to save in a number of programming languages. It also highlights the various syntax which is priceless when debugging.
7th Nov 2017, 7:59 AM
Duncan
Duncan - avatar
+ 2
notepad++ is the advansed version of notepad. if you need more informations about this plz visit this link https://www.quora.com/Whats-the-difference-between-notepad-and-notepad++
7th Nov 2017, 3:36 PM
Elizabeth🌸
Elizabeth🌸 - avatar
0
what is the difference between notepad and notepad++
7th Nov 2017, 3:32 PM
SHADOWELITE7
SHADOWELITE7 - avatar
0
ok thx
7th Nov 2017, 9:06 PM
SHADOWELITE7
SHADOWELITE7 - avatar