- How to Create a Simple CSS Stylesheet Using Notepad
- Creating an HTML Page
- Welcome!
- Adding CSS
- Saving the Document
- Hi!
- Community Q&A
- HTML редактор Notepad++, установка и настройка
- Содержание:
- Устанавливаем HTML редактор Notepad++
- Настройки редактора Notepad++
- Доступные функции редактора
- Создание макросов в Notepad++
- Другие записи по теме:
How to Create a Simple CSS Stylesheet Using Notepad
This article was co-authored by wikiHow staff writer, Jack Lloyd. Jack Lloyd is a Technology Writer and Editor for wikiHow. He has over two years of experience writing and editing technology-related articles. He is technology enthusiast and an English teacher.
The wikiHow Tech Team also followed the article’s instructions and verified that they work.
This article has been viewed 214,978 times.
This wikiHow teaches you how to use Windows’ Notepad app to store information for a webpage written in HTML and CSS. HTML is the programming language used to create your webpage, while CSS is the language that determines the style—color, font, and so on—of the HTML elements on the webpage.
Creating an HTML Page
Enter the BODY tag. Type in and press ↵ Enter . You can now begin entering your webpage’s information.
- For example, to create a page header that says «Welcome!», you would type
Welcome!
into Notepad.
- For example, to add text that says «I am an iguana», you would enter
I am an iguana into Notepad.
Close the BODY and HTML tags. Once you’ve entered your last line of code, type in