{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "---\n", "layout: post\n", "hide: True\n", "title: Basics of HTML Guide\n", "description: An introduction to basic HTML, and resources to learn more.\n", "type: hacks\n", "permalink: /basics/html\n", "comments: true\n", "---" ] }, { "cell_type": "raw", "metadata": {}, "source": [ "
![]() |
Home | HTML | Data Types | DOM | JavaScript | JS Debugging |
This is a paragraph.
\n" ], "text/plain": [ "This is a paragraph.
" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Attributes\n", "- Learn about [attributes](https://www.w3schools.com/html/html_attributes.asp) \n", "- Tags can have additional info in the form of attributes\n", "- Attributes usually come in name/value pairs like: name=\"value\"\n", "\n", "```html\n", "This is a paragraph
\n", "```\n", "\n", "Button\n", "\n", "```html\n", "\n", "```\n", "\n", "Div (groups together related content)\n", "\n", "```html\n", "\n", "This is the first paragarph of section 1
\n", "This is the second paragraph of section 1
\n", "This is the first paragarph of section 2
\n", "This is the second paragraph of section 2
\n", "The Culture and History of Art
\n", "Our group found that we all have somehwat of an interest in visual arts. Out plan is to create a website where you can search up different artists and their paintings that are most well known to people.
\n", " \n", "\n", " \n", "- Katsushika Hosukai - Hosukai was a Japanese ukiyo-e artist of the Edo period, active as a painter and printmaker.
\n", "- Gustav Klimt - Klimt was an Austrian painter who is noted for his paintings, murals, sketches, and other objets d'art.
\n", "- Sandro Botticelli - Sandro Botticelli was one of the most esteemed artists in Italy. His graceful pictures of the Madonna and Child, his altarpieces and his life-size mythological paintings, such as 'Venus and Mars', were immensely popular in his lifetime.
\n", "The Culture and History of Art
\n", "Our group found that we all have somehwat of an interest in visual arts. Out plan is to create a website where you can search up different artists and their paintings that are most well known to people.
\n", " \n", "\n", " \n", "- Katsushika Hosukai - Hosukai was a Japanese ukiyo-e artist of the Edo period, active as a painter and printmaker.
\n", "- Gustav Klimt - Klimt was an Austrian painter who is noted for his paintings, murals, sketches, and other objets d'art.
\n", "- Sandro Botticelli - Sandro Botticelli was one of the most esteemed artists in Italy. His graceful pictures of the Madonna and Child, his altarpieces and his life-size mythological paintings, such as 'Venus and Mars', were immensely popular in his lifetime.
\n", "