#What is Html5
Explore tagged Tumblr posts
Text
0 notes
Text
Presenting…Dragon Age: Solas Dress Up Game (Remastered in HTML5)
Now in HTML5 and updated for Veilguard (red lyrium dagger included)! I…finally got around to updating my old Flash-based Solas dress up game I made in 2015 (how time flies) to HTML5!! (Old game here)
Love him? Hate him? Dress him up in his (your) favourite outfits! Or put him in things he will never wear! Mix and match! The possibilities are endless! Layering clothes is completely possible and intentional!
Let him tear the Veil in Arlathan (almost) stark naked. Make him attend Halamshiral in nothing but his underwear! Watch as he wears his ‘Hierophant’ outfit in Crestwood before breaking your Lavellan’s heart, or simply relish the unwashed apostate hobo look back in Haven.
This is the culmination of 3 weeks of near-daily late nights LOL and my love letter to those old Flash games and dress up games I think many of us are familiar with! Finally done with it just in time for Veilguard (yes I procrastinated, as usual). Best played on the PC, it’s not optimised for Mobile, I think.
Enjoy!! I’ll love to see your creations :) happy dressing (or…undressing) your Solas!
#dragon age#dragon age the veilguard#FanFriDAys#veilguard#datv#da4#dragon age inquisition#solas#bioware#da3#dress up game#the html5 coding took me longer than the drawing wtf#dress up the dreadwolf#what am i doing with my life#html5#secretmage
218 notes
·
View notes
Text
#do you know this game#no one has to die#html5#mod's picks#i played this wayyyyy back in the day but i enjoyed it from what i remember
16 notes
·
View notes
Text
i could totally make a video game. easy peasy
#lucky.pdf#played the little game i made for class that one time like the adobe animate html5 one and i was like#why the fuck did i immediately dismiss ren'py as an option for an engine. i can just plot stuff out in twine again too. what is stopping me#the thing that is stopping me is the fact that i have zero ideas
6 notes
·
View notes
Text
man the death of flash really just like. marked an era for the internet in general huh. like i know the general web was on a consumerist decline beforehand but just the whole impalement of 'thing you can watch/play freely in your browser that some random guy made in a single afternoon' really just removed a whole avenue of creativity from the base up.... and from that the rest of the web's only further conglomerated
#i dont know. flash was a really unique and accessible way to just make weird shit#like what do you do now. fuck around with html5 or whatever. shits different....#even the kind of stuff people suggest nowadays for browser games is like. really subpar and simplified compared to the shit people used to#make. and i know part of the incentive for that is because devs have moved on to just making proper applications and like. Actual Games#but yknow. the quaint stuff was cool#.mid
3 notes
·
View notes
Text
Progress. Slow, eventual progress.
Getting a bit tired of staring at this, but at least it's no longer color-vomit.
#web design#front end development#portfolio#mr. run and jump#i do not remember if that's actually what i was credited under rip#edited the colors of the entire site hows about that#it's cleaner and better but definitely needs more improvement#htmlcoding#html5#css#html css
0 notes
Text
youtube
0 notes
Text
Been really digging Frank's Laboratory on Youtube for JavaScript + Canvas tutorials since coming across him this past week. He keeps everything clear and shows patience for beginners. It's really been keeping me motivated to learn game dev in JS too! My dream...
#he goes through each thing and intentionally puts in mistakes to show how to troubleshoot them too!#super valuable to learn troubleshooting code and knowing what to look for 👍#also you guys GOTTA see his insane Canvas particle effects and animations PLEASE GO LOOK#regardless if you understand the code behind it it's mesmerizing!!#wk speaks#programming#javascript#web development#html5 canvas#game development#I've made a few simple games the last few months from other channels too#I love Youtube for learning these things 'cause I do best with step-by-step demonstrations I can follow#some don't explain things super well though so I don't get to fully understand what I followed#I gotta try my hand at tic-tac-toe again where I can understand the mechanisms of mapping its varied win/lose conditions#my first time doing it there was some binary code manipulation that lost me so much sdfsdf#I'm not THAT advanced yet oh gosh
0 notes
Text
0 notes
Text
What is .NET Blazor
.NET Blazor is a web framework by Microsoft, allowing developers to build interactive web applications using C# and .NET, with both client-side and server-side options.
1 note
·
View note
Video
youtube
Exploring the Basics: What is HTML? Welcome to The Common Coder! For our first video, we answer the question of "What is HTML?" by exploring the absolute basics of HTML. We talk about HTML documents, tags and elements, and wrap up with a demo on how to create our very first HTML file. Enjoy!
1 note
·
View note
Text
#web development#web developers#html5 development#html css#html tutorial#html tags#html5games#htmltraining#htmllearn#people are only just realising what html stands for and they’re baffled#frontend
0 notes
Text
HTML TO XML PRASER
The HTML to XML Parser Code Converter is a free online HTML to XML Parser tool that helps programmers and developers convert their HTML code into XML. The HTML to XML Parser is free and easy to use, and HTML to XML Parser can be used to convert HTML code into XHTML and other formats.
If you want to use it click on me
#Html to XML#html help#html tutorial#people are only just realising what html stands for and they’re baffled#html5 development#html5 css3#python#developer#java#javascript#coder#seo tools#toolshed#html codes#html entity decode#html text#html elements#html tags
0 notes
Text
Some Advanced HTML Tags and Techniques: Take Your Web Design Skills to the Next Level

HTML (Hypertext Markup Language) is the standard markup language used for creating web pages. It allows you to structure content and define its meaning, layout, and appearance on a web page. Here are some advanced HTML tags and techniques that can help you create more dynamic and interactive web pages.
HTML Head
The HTML head element contains information about the document, such as the page title, meta information, and links to external resources. The head element is included in the HTML file before the body element and is not visible on the page. It is used to provide information that the browser or search engine can use to better understand and display the document. Some common elements found in the head include the title tag, meta tags for SEO, links to stylesheets, and references to JavaScript files. By including the appropriate information in the head element, you can help to improve the user experience and search engine optimization of your web pages.
Learn More About HTML Head
HTML Color
HTML color is an important aspect of web design, and learning to use color codes effectively can enhance the visual appeal of a web page or website. HTML color codes can be used with various HTML elements, such as <body>, <div>, <h1>, <p>, and <a>, to name a few. They can also be used in CSS code to style elements within a page or an entire website.
Learn More About HTML Color
Semantic HTML
Semantic HTML uses tags to describe the meaning and structure of content, rather than just its appearance. This makes it easier for search engines and screen readers to understand the content of a web page. Examples of semantic tags include <header>, <main>, <nav>, <section>, and <article>.
Learn more about HTML Semantic
Custom Attributes
HTML allows you to create your own custom attributes for elements. This can be useful for storing additional data or metadata about an element, such as a data attribute for storing an ID or a tooltip. Custom attributes should be prefixed with "data-", such as data-id or data-tooltip.
Learn more about HTML Attributes
HTML Forms
HTML forms are used to collect user input and are a fundamental component of many web applications. Advanced form techniques include validation, using the required attribute, and customizing the appearance with CSS.
Learn more about HTML Forms
HTML5 Canvas
The HTML5 canvas elementallows you to create dynamic graphics and animations on a web page. With JavaScript, you can draw shapes, lines, text, and images, and animate them using various techniques.
Learn more about HTML Canvas
Responsive Images
Responsive images ensure that images are displayed at an appropriate size and resolution for the user's device and connection speed. HTML provides several ways to implement responsive images, including the srcset and sizes attributes, and the picture element.
Learn more about HTML Images
HTML Table
HTML tables are used to display data in a structured and organized manner. They consist of rows and columns, and each cell can contain text, images, links, or other HTML elements. To create a table, you use the <table> tag, and then add rows with the <tr> tag and cells with the <td> or <th> tag. The <th> tag is used for table headers. You can also add attributes such as "border", "cellspacing", and "cellpadding" to the <table> tag to adjust the appearance of the table. By using HTML tables, you can present data in a clear and readable format on your web page.
Learn more about HTML Table
HTML Class
HTML classes allow you to apply a specific style or behavior to a group of HTML elements. To create a class, you use the "class" attribute and assign a name to it, such as "my-class". You can then add this class to one or more HTML elements by using the "class" attribute followed by the class name, such as "class=my-class". This makes it easier to apply consistent styles across your website and to make changes to those styles by editing the class definition in your CSS stylesheet. Classes can also be used to target elements with JavaScript or jQuery, making it easier to manipulate their behavior and appearance. By using HTML classes, you can create a more flexible and maintainable website design.
Learn more about HTML Class
HTML JavaScript
HTML and JavaScript work together to create dynamic and interactive web pages. JavaScript is a programming language that can be embedded in HTML documents to add interactivity, animations, and other dynamic features. You can include JavaScript code in your HTML document using the <script> tag, either by including it directly in the HTML file or by referencing an external JavaScript file. JavaScript can interact with HTML elements, manipulate the DOM, and communicate with servers to dynamically update web content without requiring a page refresh. By using HTML and JavaScript together, you can create powerful and engaging web applications that run directly in the browser.
Learn more about HTML JavaScript
In conclusion
By utilizing advanced HTML tags and techniques, web developers can take their web design skills to the next level. From creating dynamic animations with the canvas element, to implementing responsive images and web components, these techniques allow for more interactive and user-friendly web experiences. Additionally, it is important to consider accessibility when designing web content, ensuring that all users can access and interact with the content. With these tools and techniques, web developers can create more engaging, accessible, and responsive web pages.
#Advanced HTML Tutorial#Online Tutorial for Web Designing#webtutor#learn advanced HTML and CSS#learn HTML Head#online HTML Head#learn HTML Color#HTML head Elements#HTML head tag#What is Html Head?#Head Tag in HTML#HTML Semantic Elements#What Is Semantic HTML#Semantic Tags in HTML#learn HTML Attributes#what is HTML Attributes?#HTML Forms#free learn HTML Forms#HTML5 Canvas#learn HTML5 Canvas#learn HTML Class#learn HTML Table#HTML JavaScript#Learn HTML JavaScript#Online HTML JavaScript
1 note
·
View note
Text
It's been a week and a half (perhaps more?) and over 50 different html5/css tutorials saved, and this is what I have to show for my efforts thus far 🥲
my favorite part of this so far has been making the sidebar buttons
#I got it to be responsive for desktop but it looks like hell on mobile preview and I don't know how to fix it but I'm doin something here...#this is using the ways of ye olde internet and not prepackaged wordpress that I keep seeing everyone try to push#story of seasons
71 notes
·
View notes
Note
Hi! I'm trying to figure out how to convert my current and future Twine games on itch into something I can publish on Steam or the Google Play store. How did you go about it with Arcadie? There's a lot of conflicting advice and tutorials out there, so I'd love to hear from someone who's actually successfully done it!
Hello!
Check out my Twine resources post, specifically the last section ("App builder").
To publish on Steam, you need to convert your HTML5 game (which is what Twine creates) into executables. For Windows/macOS: I used lazerwalker's Twine app builder. Read the instructions carefully. Using it may seem daunting at first glance, but just follow the steps.
To publish on Google Play/iOS, you need to convert your Twine game to an app -> I used WebIntoApp. Copy-pasting the warning under my other post: the Android app it creates is outdated for Google Play, you'll need to update the source code yourself.
To be perfectly candid, this whole process is one of the main reasons I've moved away from using Twine. Having to rely on 3rd party apps/software that are not being maintained is really not ideal.
104 notes
·
View notes