{ "course": "Web_Programming", "course_id": "CO3049", "schema_version": "material.v1", "slides": [ { "page_index": 0, "chapter_num": 0, "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_0/slide_001.png", "metadata": { "doc_type": "slide", "course_id": "CO3049", "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_0/slide_001.png", "page_index": 0, "language": "en", "ocr_engine": "PaddleOCR 3.2", "extractor_version": "1.0.0", "timestamp": "2025-10-31T20:35:09+07:00" }, "raw_text": "Introduction to BK TP.HCM Presented by Nguyén Du'c Thai Ho Chi Minh City University of Technology" }, { "page_index": 1, "chapter_num": 0, "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_0/slide_002.png", "metadata": { "doc_type": "slide", "course_id": "CO3049", "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_0/slide_002.png", "page_index": 1, "language": "en", "ocr_engine": "PaddleOCR 3.2", "extractor_version": "1.0.0", "timestamp": "2025-10-31T20:35:14+07:00" }, "raw_text": "Outline Introduction Creating a Website Web Page Example HTML Tags Structural Elements title Element meta Element HTML Attributes body Elements: hr, p, br, div History of HTML BK 2 TP.HCM" }, { "page_index": 2, "chapter_num": 0, "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_0/slide_003.png", "metadata": { "doc_type": "slide", "course_id": "CO3049", "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_0/slide_003.png", "page_index": 2, "language": "en", "ocr_engine": "PaddleOCR 3.2", "extractor_version": "1.0.0", "timestamp": "2025-10-31T20:35:20+07:00" }, "raw_text": "Creating a Website A website is a collection of related web pages that are normally stored on a single web server computer. A web server: refer to the web page-accessing software that runs on the web server computer To create a website, you'll need these things: (1) a text editor, (2) a an upload/publishing tool (3) a web hosting service, (4) a browser. BK 3 TP.HCM" }, { "page_index": 3, "chapter_num": 0, "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_0/slide_004.png", "metadata": { "doc_type": "slide", "course_id": "CO3049", "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_0/slide_004.png", "page_index": 3, "language": "en", "ocr_engine": "PaddleOCR 3.2", "extractor_version": "1.0.0", "timestamp": "2025-10-31T20:35:26+07:00" }, "raw_text": "Text Editor Plain text editor: such as Microsoft's Notepad. There are many different text editors, with varying degrees of functionality. Another feature common to all web authoring tools is It stands for \"What You See Is What You Get\". WYSIWYG means that as you're editing your text, you can see what your text will look like after it's eventually uploaded to a website. Good Text Editors: Dreamweaver, Sublime Text 3 BK 4 IP.HCM" }, { "page_index": 4, "chapter_num": 0, "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_0/slide_005.png", "metadata": { "doc_type": "slide", "course_id": "CO3049", "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_0/slide_005.png", "page_index": 4, "language": "en", "ocr_engine": "PaddleOCR 3.2", "extractor_version": "1.0.0", "timestamp": "2025-10-31T20:35:33+07:00" }, "raw_text": "WYSIWYG Editor 1 {} u B s Normal Hello World! HTML Markdown Editor is read-only
Hello World !
BK 5 TP.HCM" }, { "page_index": 5, "chapter_num": 0, "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_0/slide_006.png", "metadata": { "doc_type": "slide", "course_id": "CO3049", "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_0/slide_006.png", "page_index": 5, "language": "en", "ocr_engine": "PaddleOCR 3.2", "extractor_version": "1.0.0", "timestamp": "2025-10-31T20:35:39+07:00" }, "raw_text": "Upload / Publishing Tools Publishing means that you upload your web page to a web server computer so other users can access it on the Web. Some IDEs (Integrated Development Environment), like Dreamweaver, provide built-in uploading capabilities but other IDEs, like Visual Studio, do not. You could use a separate file upload tool, example WinSCP BK 6 IP.HCM" }, { "page_index": 6, "chapter_num": 0, "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_0/slide_007.png", "metadata": { "doc_type": "slide", "course_id": "CO3049", "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_0/slide_007.png", "page_index": 6, "language": "en", "ocr_engine": "PaddleOCR 3.2", "extractor_version": "1.0.0", "timestamp": "2025-10-31T20:35:44+07:00" }, "raw_text": "Web Hosting Service Need to have a web server computer on which to store the uploaded files. service in place. BK 7 TP.HCM" }, { "page_index": 7, "chapter_num": 0, "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_0/slide_008.png", "metadata": { "doc_type": "slide", "course_id": "CO3049", "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_0/slide_008.png", "page_index": 7, "language": "en", "ocr_engine": "PaddleOCR 3.2", "extractor_version": "1.0.0", "timestamp": "2025-10-31T20:35:50+07:00" }, "raw_text": "Web Hosting Service (2) user browser browser computers web page web page file storage and FTP server web server computer retrieval web hosting service file upload web web page file file developer's authoring upload computer tool tool BK 8 TP.HCM" }, { "page_index": 8, "chapter_num": 0, "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_0/slide_009.png", "metadata": { "doc_type": "slide", "course_id": "CO3049", "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_0/slide_009.png", "page_index": 8, "language": "en", "ocr_engine": "PaddleOCR 3.2", "extractor_version": "1.0.0", "timestamp": "2025-10-31T20:35:55+07:00" }, "raw_text": "Browsers A browser is a piece of software that enables a user to retrieve and view a web page. Google Chrome Mozilla Firefox Internet Explorer Safari (for Mac devices) Opera (for Android devices) BK 9 TP.HCM" }, { "page_index": 9, "chapter_num": 0, "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_0/slide_010.png", "metadata": { "doc_type": "slide", "course_id": "CO3049", "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_0/slide_010.png", "page_index": 9, "language": "en", "ocr_engine": "PaddleOCR 3.2", "extractor_version": "1.0.0", "timestamp": "2025-10-31T20:36:00+07:00" }, "raw_text": "Web Page Example X 4 index.htm x C 4 file:///C:/Users/myuser/Desktop/index.htm My First Heading My first paragraph BK 10 TP.HCM" }, { "page_index": 10, "chapter_num": 0, "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_0/slide_011.png", "metadata": { "doc_type": "slide", "course_id": "CO3049", "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_0/slide_011.png", "page_index": 10, "language": "en", "ocr_engine": "PaddleOCR 3.2", "extractor_version": "1.0.0", "timestamp": "2025-10-31T20:36:04+07:00" }, "raw_text": "HTML HTML = HyperText Markup Language HTML BK 11 TP.HCM" }, { "page_index": 11, "chapter_num": 0, "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_0/slide_012.png", "metadata": { "doc_type": "slide", "course_id": "CO3049", "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_0/slide_012.png", "page_index": 11, "language": "en", "ocr_engine": "PaddleOCR 3.2", "extractor_version": "1.0.0", "timestamp": "2025-10-31T20:36:07+07:00" }, "raw_text": "HTML TagsThis is a paragraph.
element defines a paragraph BK TP.HCM" }, { "page_index": 14, "chapter_num": 0, "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_0/slide_015.png", "metadata": { "doc_type": "slide", "course_id": "CO3049", "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_0/slide_015.png", "page_index": 14, "language": "en", "ocr_engine": "PaddleOCR 3.2", "extractor_version": "1.0.0", "timestamp": "2025-10-31T20:36:20+07:00" }, "raw_text": "HTML is Not Case Sensitive same asThe HTML standard does not require lowercase tags but W3C recommends lowercase in HTML and demands lowercase for stricter document types like XHTML BK 15 TP.HCM" }, { "page_index": 15, "chapter_num": 0, "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_0/slide_016.png", "metadata": { "doc_type": "slide", "course_id": "CO3049", "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_0/slide_016.png", "page_index": 15, "language": "en", "ocr_engine": "PaddleOCR 3.2", "extractor_version": "1.0.0", "timestamp": "2025-10-31T20:36:23+07:00" }, "raw_text": "head Element The head element contains two types of elements- meta and title BK 16 TP.HCM" }, { "page_index": 16, "chapter_num": 0, "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_0/slide_017.png", "metadata": { "doc_type": "slide", "course_id": "CO3049", "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_0/slide_017.png", "page_index": 16, "language": "en", "ocr_engine": "PaddleOCR 3.2", "extractor_version": "1.0.0", "timestamp": "2025-10-31T20:36:27+07:00" }, "raw_text": "title Element First element in the head section The text between the
...
(Whenever enclosed text is greater than one line, you should put the start and end tags (p, div) on separate lines and indent the enclosed text) I think that I shall never see
A poem lovely as a t tree.
Paragraph goes here ...
BK 10 TP.HCM" }, { "page_index": 37, "chapter_num": 1, "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_1/slide_011.png", "metadata": { "doc_type": "slide", "course_id": "CO3049", "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_1/slide_011.png", "page_index": 37, "language": "en", "ocr_engine": "PaddleOCR 3.2", "extractor_version": "1.0.0", "timestamp": "2025-10-31T20:38:18+07:00" }, "raw_text": "ID Selectors #id-value: tproperty1 : : value; property2: value;} A D selector Amazon river ... BK 11 TP.HCM" }, { "page_index": 38, "chapter_num": 1, "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_1/slide_012.png", "metadata": { "doc_type": "slide", "course_id": "CO3049", "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_1/slide_012.png", "page_index": 38, "language": "en", "ocr_engine": "PaddleOCR 3.2", "extractor_version": "1.0.0", "timestamp": "2025-10-31T20:38:28+07:00" }, "raw_text": " span and div elementsNever put off till tomorrow what you can do the day after tomorrow.
Mackay Hall's is S roof dark slate gray
BK 19 TP.HCM" }, { "page_index": 46, "chapter_num": 1, "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_1/slide_020.png", "metadata": { "doc_type": "slide", "course_id": "CO3049", "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_1/slide_020.png", "page_index": 46, "language": "en", "ocr_engine": "PaddleOCR 3.2", "extractor_version": "1.0.0", "timestamp": "2025-10-31T20:39:19+07:00" }, "raw_text": "RGB Values for Color RGB stands for red, green, and blue. To specify an amount of a color, you can use a percentage, an integer, or a hexadecimal number Allowable ranges for each technique percentage-0% to 100% for each color integer-0 to 255 for each color hexadecimal-00 to FF for each color BK 20 TP.HCM" }, { "page_index": 47, "chapter_num": 1, "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_1/slide_021.png", "metadata": { "doc_type": "slide", "course_id": "CO3049", "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_1/slide_021.png", "page_index": 47, "language": "en", "ocr_engine": "PaddleOCR 3.2", "extractor_version": "1.0.0", "timestamp": "2025-10-31T20:39:26+07:00" }, "raw_text": "Opacity Opacity determines how opaque the color is, where It's the opposite of transparency. If the opacity value is 100%, that means the color is completely opaque, and if there is content behind the color, that content gets covered up. At the other extreme, if the opacity value is 0%, that means the color is completely transparent. rgba(red-integer, green-integer, blue-integer, opacity-number-between-0-and-1) rgba(red-percent, green-percent, blue-percent, opacity-number-between-0-and-1) BK 21 IP.HCM" }, { "page_index": 48, "chapter_num": 1, "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_1/slide_022.png", "metadata": { "doc_type": "slide", "course_id": "CO3049", "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_1/slide_022.png", "page_index": 48, "language": "en", "ocr_engine": "PaddleOCR 3.2", "extractor_version": "1.0.0", "timestamp": "2025-10-31T20:39:36+07:00" }, "raw_text": "Using Colors - ExampleThis line uses background-color: rgb(255,255,0) ;
This line uses background-color: rgba(255,255,0,.4) ;
This line uses background-color: rgb(255,255,0) ; opacity: .4;
BK 22 TP.HCM" }, { "page_index": 49, "chapter_num": 1, "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_1/slide_023.png", "metadata": { "doc_type": "slide", "course_id": "CO3049", "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_1/slide_023.png", "page_index": 49, "language": "en", "ocr_engine": "PaddleOCR 3.2", "extractor_version": "1.0.0", "timestamp": "2025-10-31T20:39:40+07:00" }, "raw_text": "Font Properties font-style, font-variant, font-weight, font-size, font-family BK 23 TP.HCM" }, { "page_index": 50, "chapter_num": 1, "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_1/slide_024.png", "metadata": { "doc_type": "slide", "course_id": "CO3049", "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_1/slide_024.png", "page_index": 50, "language": "en", "ocr_engine": "PaddleOCR 3.2", "extractor_version": "1.0.0", "timestamp": "2025-10-31T20:39:48+07:00" }, "raw_text": "font-style font-style Vaues Description normal Upright characters (not slanted) oblique Use the same font as the current font, but slant the characters italic Use a cursive font (which tends to be slanted and is supposed to look like handwriting) BK 24 TP.HCM" }, { "page_index": 51, "chapter_num": 1, "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_1/slide_025.png", "metadata": { "doc_type": "slide", "course_id": "CO3049", "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_1/slide_025.png", "page_index": 51, "language": "en", "ocr_engine": "PaddleOCR 3.2", "extractor_version": "1.0.0", "timestamp": "2025-10-31T20:39:51+07:00" }, "raw_text": "font-variant font-variant Values Description normal Display lowercase letters normally small-caps Display lowercase letters with smaller-font uppercase letters BK 25 TP.HCM" }, { "page_index": 52, "chapter_num": 1, "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_1/slide_026.png", "metadata": { "doc_type": "slide", "course_id": "CO3049", "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_1/slide_026.png", "page_index": 52, "language": "en", "ocr_engine": "PaddleOCR 3.2", "extractor_version": "1.0.0", "timestamp": "2025-10-31T20:39:58+07:00" }, "raw_text": "font-weight font-weight Values Description normal, bold It's up to the browser to determine a font weight that can be described as normal or bold. bolder, lighter Using a value of bo1der causes its targeted text to have thicker characters than the text that surrounds it. Using a value of 1ighter causes its targeted text to have thinner characters than the text that surrounds it. 100,200,300,400, 100 generates the thinnest characters and 900 the thickest 500,600,700,800. characters. 900 40o is the same as normal, and 700 is the same as bold. BK 26 TP.HCM" }, { "page_index": 53, "chapter_num": 1, "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_1/slide_027.png", "metadata": { "doc_type": "slide", "course_id": "CO3049", "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_1/slide_027.png", "page_index": 53, "language": "en", "ocr_engine": "PaddleOCR 3.2", "extractor_version": "1.0.0", "timestamp": "2025-10-31T20:40:04+07:00" }, "raw_text": "font-size font-size Values Description xx-small, x-small It's up to the browser to determine a font size that can small, medium, large, be reasonably described as xx-small, x-small , x-large, xx-large small, etc. smaller, larger Using a value of sma11er causes its targeted text to have smaller characters than the text that surrounds it. Using a value of Iarger causes its targeted text to have larger characters than the text that surrounds it. number of em units One em unit is the height of the element's normal font size BK 27 TP.HCM" }, { "page_index": 54, "chapter_num": 1, "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_1/slide_028.png", "metadata": { "doc_type": "slide", "course_id": "CO3049", "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_1/slide_028.png", "page_index": 54, "language": "en", "ocr_engine": "PaddleOCR 3.2", "extractor_version": "1.0.0", "timestamp": "2025-10-31T20:40:08+07:00" }, "raw_text": "Absolute Units There are quite a few other techniques for specifying font size For example: in, cm, mm, pt (point), or pc (pica) unit. BK 28 TP.HCM" }, { "page_index": 55, "chapter_num": 1, "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_1/slide_029.png", "metadata": { "doc_type": "slide", "course_id": "CO3049", "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_1/slide_029.png", "page_index": 55, "language": "en", "ocr_engine": "PaddleOCR 3.2", "extractor_version": "1.0.0", "timestamp": "2025-10-31T20:40:16+07:00" }, "raw_text": "font-family Generic Font Names Description Example Font All characters have the same width Courier New looks s like monospace this. serif Characters have decorative Times New Roman looks like this embellishments on their endpoints sans-serif Characters do not have decorative Arial looks like this. embellishments on their endpoints cursive Supposed to mimic cursive Monotype Corsiva looks like this handwriting, such that the characters are partially or completely connected. fantasy Supposed to be decorative and mpact looks like this playful. BK 29 TP.HCM" }, { "page_index": 56, "chapter_num": 1, "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_1/slide_030.png", "metadata": { "doc_type": "slide", "course_id": "CO3049", "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_1/slide_030.png", "page_index": 56, "language": "en", "ocr_engine": "PaddleOCR 3.2", "extractor_version": "1.0.0", "timestamp": "2025-10-31T20:40:23+07:00" }, "raw_text": "font Shorthand font: [font-style-value] [font-variant-value] [font-weight-value font-size-value /line-height-value] font-family-value In the square bracket: optional In red color: must include Slash (/): line-height-value must be at the right offont-size-value, separate them with (/) blockquote font: italic large \"Arial Black\", Helvetica, sans-serif: Use spaces to separate Use commas to separate property values. font-family values BK 30 TP.HCM" }, { "page_index": 57, "chapter_num": 1, "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_1/slide_031.png", "metadata": { "doc_type": "slide", "course_id": "CO3049", "source_file": "/workspace/data/converted/CO3049_Web_Programming/Chapter_1/slide_031.png", "page_index": 57, "language": "en", "ocr_engine": "PaddleOCR 3.2", "extractor_version": "1.0.0", "timestamp": "2025-10-31T20:40:30+07:00" }, "raw_text": "line-height A line height of 2em generates double spacing